home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / escript5.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  20.6 KB  |  547 lines

  1. *PPD-Adobe: "4.0"
  2. *%
  3. *% Note:  For use with some ancient applications, e.g., Adobe Separator 3.2,
  4. *%   it may be necessary to make a version of this file with the first line
  5. *%   commented out.
  6. *%
  7. *% PTL SCCS ID "@(#)PPD    1.13  4/21/94";
  8. *%
  9. *FormatVersion: "4.0"
  10. *FileVersion: "1.13"
  11. *LanguageVersion: English
  12. *%
  13. *Product: "(EPL-9000)"
  14. *%
  15. *PSVersion: "(131.61) 2834"
  16. *%
  17. *ModelName: "EPSON EPL-9000 EPSONScript"
  18. *%
  19. *% NickName can be customized by the local system administrator.
  20. *NickName: "EPSON EPL-9000 EPSONScript"
  21. *%
  22. *PCFileName: "ESCRIPT5.PPD"
  23. *Manufacturer: "Epson"
  24.  
  25. *%=== Basic Capabilities ===============
  26. *LanguageLevel: "2"
  27. *ColorDevice: False
  28. *DefaultColorSpace: Gray
  29. *Throughput: "8"
  30. *Protocols: TBCP
  31.  
  32. *% The FreeVM number is most useful for intelligent spoolers that can
  33. *%   decide which printer to use, based on the known available memory.
  34. *%   I.e., in general, this number is not too important.
  35. *% FreeVM may be set for the particular printer's memory configuration
  36. *%   by typing  "vmstatus exch sub == pop"  JUST AFTER POWER UP.  This number
  37. *%   varies only slightly for ON vs. OFF settings of "JOB MENU > PAGE PROTECT",
  38. *%   or for 300 vs. 600 dpi.
  39. *% Note:  The actual *usable* memory size *is* increased when "JOB MENU PAGE
  40. *%   PROTECT" is set to "OFF", and when RESOLUTION is set to 300.
  41. *%
  42. *FreeVM: "1269736"
  43. *VMOption None/Minimum PS2 Standard 2.0 MB RAM: "1269736"
  44. *VMOption  6.0MB: "5464040"
  45. *VMOption 10.0MB: "9658344"
  46. *VMOption 18.0MB: "18047240"
  47. *VMOption 34.0MB: "34824168"
  48. *VMOption 64.0MB: "66281448"
  49.  
  50. *Password: "()"
  51. *ExitServer: " count 0 eq % Is password on stack?
  52.    { false } { true exch startjob } ifelse
  53.      not { (WARNING: Cannot modify initial VM.) =
  54.            (Missing or invalid password.) =
  55.            (Please contact author of this software.) = flush quit
  56.          } if"
  57. *End
  58. *Reset: "count 0 eq % Is password on stack?
  59.    { false } { true exch startjob } ifelse
  60.      not { (WARNING: Cannot reset printer.) =
  61.            (Missing or invalid password.) =
  62.            (Please contact author of this software.) = flush quit
  63.          } if
  64.     systemdict /quit get exec
  65.     (WARNING:  Printer Reset Failed.) = flush"
  66. *End
  67.  
  68. *% When MicroGray is on, RITech is disabled automatically, invisible to user.
  69. *%   (We needn't enforce this at the user interface.)
  70. *% *UIConstraints: *MicroGray On *Smoothing Off
  71.  
  72. *% Resolution
  73. *%
  74. *% Must be followed by a paper or tray operator to take effect!
  75. *%
  76. *OpenUI *Resolution/Printing Resolution: PickOne
  77. *OrderDependency: 10 AnySetup *Resolution
  78. *% NOTE:  Printer does NOT support 400dpi, and "400dpi" will not appear
  79. *%   in the user interface.  We are using 400dpi as a way to access
  80. *%   "Printer's default", within the constraints of the PPD format.
  81. *%
  82. *% Printer's resolution selection
  83. *DefaultResolution: 400dpi
  84. *Resolution 400dpi/Printer's default: ""
  85. *Resolution 600dpi/600 dpi: "<</HWResolution [600 600] >> setpagedevice"
  86. *Resolution 300dpi/300 dpi: "<</HWResolution [300 300] >> setpagedevice"
  87. *?Resolution: "save currentpagedevice /HWResolution get 0 get
  88.   (          ) cvs print (dpi) = flush restore"
  89. *End
  90. *CloseUI: *Resolution
  91.  
  92. *% Epson RITech (Resolution Improvement Technology)
  93. *%
  94. *OpenUI *Smoothing/Resolution Improve: PickOne
  95. *OrderDependency: 50 AnySetup *Smoothing
  96. *DefaultSmoothing: Default
  97. *% "Printer's default" appears twice for PSPrinter/LW8.0, once for EpsonScript.
  98. *Smoothing Default/Printer's default: ""
  99. *Smoothing Off/Off: "<</REValue 0>> setsystemparams"
  100. *Smoothing Light/Light: "<</REValue 1>> setsystemparams"
  101. *Smoothing Medium/Medium: "<</REValue 2>> setsystemparams"
  102. *Smoothing Heavy/Dark: "<</REValue 3>> setsystemparams"
  103. *% First "Off" ("Not available"), should never occur for this product.
  104. *?Smoothing: "save [(Off)(Off)(Light)(Medium)(Heavy)]
  105.   currentsystemparams /REValue get  1 add  get
  106.   = flush restore"
  107. *End
  108. *CloseUI: *Smoothing
  109.  
  110. *% User preference of Printer's Default Monochrome Screen:
  111. *%
  112. *% At 600 dpi, when MultiGray/MicroGray is selected:
  113. *%   * Images with 8 or more bits will be rendered by Epson's MicroGray (R)
  114. *%       screening, with an effective frequency of 141 lpi at 45 degrees.
  115. *%   * Other screened areas will be rendered by Phoenix Technologies'
  116. *%       MultiGray (R), with an effective frequency of 106 lpi at 45 degrees.
  117. *% At 300 dpi, when MultiGray/MicroGray is selected:
  118. *%   * All screened areas will be rendered by Phoenix Technologies'
  119. *%       MultiGray (R), with an effective frequency of 53 lpi at 45 degrees.
  120. *%
  121. *OpenUI *MicroGray/Dot Screen: PickOne
  122. *OrderDependency: 60 AnySetup *MicroGray
  123. *DefaultMicroGray: Default
  124. *MicroGray Default/Printer's default: ""
  125. *MicroGray Off/Standard: "
  126.   <</PrefScreenValue 0>> setuserparams currentscreen setscreen"
  127. *End
  128. *MicroGray On/MultiGray/MicroGray: "
  129.   <</PrefScreenValue 1>> setuserparams currentscreen setscreen"
  130. *End
  131. *?MicroGray: "save [(Off)(On)]
  132.   currentuserparams /PrefScreenValue get get
  133.   = flush restore"
  134. *End
  135. *CloseUI: *MicroGray
  136.  
  137. *% PS Error Sheet
  138. *%
  139. *OpenUI *PSerrorsheet/Error Sheet: PickOne
  140. *OrderDependency: 70 AnySetup *PSerrorsheet
  141. *DefaultPSerrorsheet: Default
  142. *%
  143. *PSerrorsheet Default/Printer's default: ""
  144. *PSerrorsheet Off/Off: "<</DoErrorSheet false>> setsystemparams"
  145. *PSerrorsheet On/On:  "<</DoErrorSheet true>>  setsystemparams"
  146. *?PSerrorsheet: "save[(Off)(On)]
  147.   currentsystemparams /DoErrorSheet get get
  148.   = flush restore"
  149. *End
  150. *CloseUI: *PSerrorsheet
  151.  
  152.  
  153. *% Halftone Information ===========================
  154. *%
  155. *% Standard non-MicroGray screen is 60 lpi for 300 dpi, 85 lpi for 600 dpi.
  156. *%
  157. *ScreenFreq: "60"
  158. *ScreenAngle: "45"
  159. *DefaultScreenProc: Dot
  160.  
  161. *ScreenProc Dot: "
  162. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  163. sub}{dup mul exch dup mul add 1 exch sub}ifelse}"
  164. *End
  165. *ScreenProc Line: "{pop}"
  166. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add
  167.  sqrt 1 exch sub}"
  168. *End
  169.  
  170. *DefaultTransfer: Null
  171. *Transfer Null: "{}"
  172. *Transfer Null.Inverse: "{1 exch sub}"
  173.  
  174. *% === Paper Handling ===================
  175. *%
  176. *% Use these PageSize entries to set paper size unless there is specific reason
  177. *%   to use PageRegion, such as when using manual feed.  (PageSize code is
  178. *%   included in the PostScript file when Mac driver's "Paper from" is set
  179. *%   to "Auto Select" or "Automatic".)
  180. *%
  181. *OpenUI *PageSize: PickOne
  182. *OrderDependency: 40 AnySetup *PageSize
  183. *%
  184. *% Typically, set DefaultPageSize to Letter for ActionLaser 1600.
  185. *% Typically, set DefaultPageSize to A4     for EPL-5600.
  186. *% This may be set to whatever is the most common PageSize at a site.  (Note:
  187. *%   per-job PageSize is not stored with the job by all Mac applications.)
  188. *DefaultPageSize: A4
  189. *%
  190. *PageSize A3: "statusdict /a3tray get exec"
  191. *PageSize A4: "statusdict /a4tray get exec"
  192. *PageSize A5: "statusdict /a5tray get exec"
  193. *PageSize B4: "statusdict /b4tray get exec"
  194. *PageSize B5: "statusdict /b5tray get exec"
  195. *PageSize Ledger: "statusdict /ledgertray get exec"
  196. *PageSize Letter: "statusdict /lettertray get exec"
  197. *PageSize Legal: "statusdict /legaltray get exec"
  198. *PageSize HalfLetter/Half Letter: "statusdict /halflettertray get exec"
  199. *PageSize Executive: "statusdict /executivetray get exec"
  200. *PageSize Govlgl/Government Legal: "statusdict /glgtray get exec"
  201. *PageSize Govltr/Government Letter: "statusdict /glttray get exec"
  202. *PageSize F4: "statusdict /f4tray get exec"
  203. *PageSize Monarch: "statusdict /monarchtray get exec"
  204. *PageSize Comm10/Commercial-10: "statusdict /com10tray get exec"
  205. *PageSize DL: "statusdict /dlenvelopetray get exec"
  206. *PageSize C5: "statusdict /c5tray get exec"
  207. *PageSize ISOB5/International B5: "statusdict /enb5tray get exec"
  208. *?PageSize: "save
  209.  22 dict
  210.    dup /a3 (A3) put
  211.    dup /a4 (A4) put
  212.    dup /a5 (A5) put
  213.    dup /b4 (B4) put
  214.    dup /b5 (B5) put
  215.    dup /ledger (Ledger) put
  216.    dup /letter (Letter) put
  217.    dup /legal (Legal) put
  218.    dup /halfletter (HalfLetter) put
  219.    dup /executivepage (Executive) put
  220.    dup /glg (Govlgl) put
  221.    dup /glt (Govltr) put
  222.    dup /f4 (F4) put
  223.    dup /monarch (Monarch) put
  224.    dup /com10 (Comm10) put
  225.    dup /dl (DL) put
  226.    dup /dlenvelope (DL) put
  227.    dup /c5 (C5) put
  228.    dup /enb5 (ISOB5) put
  229.    paperdict {
  230.      /pindex get 
  231.      currentsystemparams /PaperSize get  eq
  232.      { exit } { pop} ifelse
  233.    } forall
  234.   count 0 eq { (Unknown) }{ get } ifelse =
  235.   flush restore"
  236. *End
  237. *CloseUI: *PageSize
  238.  
  239. *% These entries set up the frame buffer.  Usually used with manual feed.
  240. *%   (These are intended to be ignored if emitted before InputSlot for
  241. *%   this printer.  I.e., InputSlot will override a preceding PageRegion.)
  242. *%
  243. *OpenUI *PageRegion: PickOne
  244. *OrderDependency: 20 AnySetup *PageRegion
  245. *%
  246. *% Typically, set DefaultPageRegion to Letter for ActionLaser 1600.
  247. *% Typically, set DefaultPageRegion to A4     for EPL-5600.
  248. *DefaultPageRegion: A4
  249. *%
  250. *PageRegion A3: "a3"
  251. *PageRegion A4: "a4"
  252. *PageRegion A5: "a5"
  253. *PageRegion B4: "b4"
  254. *PageRegion B5: "b5"
  255. *PageRegion Ledger: "ledger"
  256. *PageRegion Letter: "letter"
  257. *PageRegion Legal: "legal"
  258. *PageRegion HalfLetter/Half Letter: "halfletter"
  259. *PageRegion Executive: "executivepage"
  260. *PageRegion Govlgl/Government Legal: "glg"
  261. *PageRegion Govltr/Government Letter: "glt"
  262. *PageRegion F4: "f4"
  263. *PageRegion Monarch: "monarch"
  264. *PageRegion Comm10/Commercial-10: "com10"
  265. *PageRegion DL: "dlenvelope"
  266. *PageRegion C5: "c5"
  267. *PageRegion ISOB5/International B5: "enb5"
  268. *CloseUI: *PageRegion
  269.  
  270.  
  271. *% These entries provide the imageable areas of the media option keywords.
  272. *%   Low x,y were rounded up, high x,y rounded down to integer for Windows.
  273. *%
  274. *% Typically, set DefaultImageableArea to Letter for ActionLaser 1600.
  275. *% Typically, set DefaultImageableArea to A4     for EPL-5600.
  276. *DefaultImageableArea: A4
  277. *%
  278. *ImageableArea A3: "12 13 830 1178"
  279. *ImageableArea A4: "12 13 583 829"
  280. *ImageableArea A5: "12 13 407 582"
  281. *ImageableArea B4: "12 13 717 1020"
  282. *ImageableArea B5: "12 13 503 716"
  283. *ImageableArea Ledger: "12 13 780 1212"
  284. *ImageableArea Letter: "12 13 599 780"
  285. *ImageableArea Legal: "12 13 599 996"
  286. *ImageableArea HalfLetter/Half Letter: "12 13 383 583"
  287. *ImageableArea Executive: "12 13 509 744"
  288. *ImageableArea Govlgl/Government Legal: "12 13 599 924"
  289. *ImageableArea Govltr/Government Letter: "12 13 563 744"
  290. *ImageableArea F4: "12 13 583 923"
  291. *ImageableArea Monarch: "12 13 266 528"
  292. *ImageableArea Comm10/Commercial-10: "12 13 284 672"
  293. *ImageableArea DL: "12 13 299 611"
  294. *ImageableArea C5: "12 13 447 636"
  295. *ImageableArea ISOB5/International B5: "12 13 486 695"
  296. *?ImageableArea: "save
  297.   /cvp {(                ) cvs print ( ) print } bind def
  298.   /upperright {10000 mul floor 10000 div} bind def
  299.   /lowerleft {10000 mul ceiling 10000 div} bind def
  300.   newpath clippath pathbbox
  301.   4 -2 roll exch 2 {lowerleft cvp} repeat
  302.   exch 2 {upperright cvp} repeat flush
  303.   restore"
  304. *End
  305.  
  306.  
  307. *% These provide the physical dimensions of the media, by option keyword.
  308. *%
  309. *% Typically, set DefaultPaperDimension to Letter for ActionLaser 1600.
  310. *% Typically, set DefaultPaperDimension to A4     for EPL-5600.
  311. *DefaultPaperDimension: A4
  312. *%
  313. *PaperDimension A3: "841 1190"
  314. *PaperDimension A4: "595 841"
  315. *PaperDimension A5: "419 595"
  316. *PaperDimension B4: "728 1032"
  317. *PaperDimension B5: "516 728"
  318. *PaperDimension Ledger: "792 1224"
  319. *PaperDimension Letter: "612 792"
  320. *PaperDimension Legal: "612 1008"
  321. *PaperDimension HalfLetter/Half Letter: "396 612"
  322. *PaperDimension Executive: "522 756"
  323. *PaperDimension Govlgl/Government Legal: "612 936"
  324. *PaperDimension Govltr/Government Letter: "576 756"
  325. *PaperDimension F4: "595 935"
  326. *PaperDimension Monarch: "278 540"
  327. *PaperDimension Comm10/Commercial-10: "296 684"
  328. *PaperDimension DL: "311 623"
  329. *PaperDimension C5: "459 648"
  330. *PaperDimension ISOB5/International B5: "498 708"
  331.  
  332. *% This controls the "Paper from" driver dialog.
  333. *%
  334. *OpenUI *InputSlot: PickOne
  335. *OrderDependency: 30 AnySetup *InputSlot
  336. *% *DefaultInputSlot: Automatic
  337. *%
  338. *% The "Automatic" default causes tray-selection based on PageSize.
  339. *% Default appears to be "Automatic" for EpsonScript Driver, and equivalently,
  340. *%   "Auto Select" for PSPrinter/LW8.0 .  I.e., DefaultInputSlot is ignored.
  341. *% 
  342. *InputSlot MP/MP Standard Tray: "2 statusdict /setpapertray get exec
  343.   <</ManualFeed false >> setpagedevice"
  344. *End
  345. *InputSlot Manual/Manual Feed: "2 statusdict /setpapertray get exec
  346.   <</ManualFeed true >> setpagedevice"
  347. *End
  348. *InputSlot Upper/Standard Cassette: "0 statusdict /setpapertray get exec
  349.   <</ManualFeed false >> setpagedevice"
  350. *End
  351. *InputSlot Lower/Optional Cassette: "1 statusdict /setpapertray get exec
  352.   <</ManualFeed false >> setpagedevice"
  353. *End
  354. *?InputSlot: "
  355.  save
  356.  currentpagedevice /ManualFeed get
  357.    {(Manual)}  {
  358.    3 dict
  359.       dup /2 (MP) put
  360.       dup /0 (Upper) put
  361.       dup /1 (Lower) put
  362.       statusdict /papertray get exec
  363.       {get} stopped {pop pop (Unknown)} if
  364.  } ifelse
  365.    = flush  restore"
  366. *End
  367. *CloseUI: *InputSlot
  368.  
  369.  
  370. *% Font Information =====================
  371. *%
  372. *% Note:  "Helvetica", "Palatino" and "Times" are registered trademarks of
  373. *%   Linotype AG and/or its subsidiaries.  The PostScript interpreter
  374. *%   addressed by this PPD will substitute the comparable Bitstream font
  375. *%   families "Swiss", "Zapf Calligraphic", and "Dutch", respectively,
  376. *%   for PostScript references to the former three names.
  377. *%
  378. *DefaultFont: Courier
  379. *Font AvantGarde-Book:              Standard "(002)" Standard ROM
  380. *Font AvantGarde-BookOblique:          Standard "(002)" Standard ROM
  381. *Font AvantGarde-Demi:              Standard "(002)" Standard ROM
  382. *Font AvantGarde-DemiOblique:          Standard "(002)" Standard ROM
  383. *Font Bookman-Demi:              Standard "(002)" Standard ROM
  384. *Font Bookman-DemiItalic:          Standard "(002)" Standard ROM
  385. *Font Bookman-Light:              Standard "(002)" Standard ROM
  386. *Font Bookman-LightItalic:          Standard "(002)" Standard ROM
  387. *Font Courier:                  Standard "(002)" Standard ROM
  388. *Font Courier-Bold:              Standard "(002)" Standard ROM
  389. *Font Courier-BoldOblique:          Standard "(002)" Standard ROM
  390. *Font Courier-Oblique:              Standard "(002)" Standard ROM
  391. *Font Helvetica:              Standard "(002)" Standard ROM
  392. *Font Helvetica-Bold:              Standard "(002)" Standard ROM
  393. *Font Helvetica-BoldOblique:          Standard "(002)" Standard ROM
  394. *Font Helvetica-Narrow:              Standard "(002)" Standard ROM
  395. *Font Helvetica-Narrow-Bold:          Standard "(002)" Standard ROM
  396. *Font Helvetica-Narrow-BoldOblique:   Standard "(002)" Standard ROM
  397. *Font Helvetica-Narrow-Oblique:          Standard "(002)" Standard ROM
  398. *Font Helvetica-Oblique:          Standard "(002)" Standard ROM
  399. *Font NewCenturySchlbk-Bold:          Standard "(002)" Standard ROM
  400. *Font NewCenturySchlbk-BoldItalic:    Standard "(002)" Standard ROM
  401. *Font NewCenturySchlbk-Italic:          Standard "(002)" Standard ROM
  402. *Font NewCenturySchlbk-Roman:          Standard "(002)" Standard ROM
  403. *Font Palatino-Bold:              Standard "(002)" Standard ROM
  404. *Font Palatino-BoldItalic:          Standard "(002)" Standard ROM
  405. *Font Palatino-Italic:              Standard "(002)" Standard ROM
  406. *Font Palatino-Roman:              Standard "(002)" Standard ROM
  407. *Font Symbol:                  Standard "(002)" Standard ROM
  408. *Font Times-Bold:              Standard "(002)" Standard ROM
  409. *Font Times-BoldItalic:              Standard "(002)" Standard ROM
  410. *Font Times-Italic:              Standard "(002)" Standard ROM
  411. *Font Times-Roman:              Standard "(002)" Standard ROM
  412. *Font ZapfChancery-MediumItalic:      Standard "(002)" Standard ROM
  413. *Font ZapfDingbats:              Standard "(002)" Standard ROM
  414. *% 
  415.  
  416. *?FontQuery: "save
  417.  /str 100 string dup 0 (fonts/) putinterval def
  418.  {
  419.    count 1 gt
  420.    {
  421.      exch dup str 6 94 getinterval cvs
  422.      (/) print dup print (:) print exch
  423.      FontDirectory exch known
  424.      { pop (Yes) }
  425.  {
  426.    length 6 add str 0 3 -1 roll getinterval
  427.    mark exch status
  428.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  429.      } ifelse = flush
  430.    }
  431.    {exit} ifelse
  432.  }bind loop
  433.  (*) = flush
  434. restore"
  435. *End
  436.  
  437. *?FontList: "save
  438.   FontDirectory { pop == } bind forall flush
  439. (*) = flush
  440. restore"
  441. *End
  442.  
  443. *% Printer Messages (verbatim from printer):
  444. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  445. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  446. *Message: "\FontName\ not found, using Courier"
  447.  
  448. *% Status (format: %%[ status: <one of these> ]%% )
  449. *Status: "idle"
  450. *Status: "busy"
  451. *Status: "waiting"
  452. *Status: "printing"
  453. *Status: "initializing"
  454. *Status: "PrinterError:off line"
  455. *Status: "PrinterError:out of paper"
  456. *Status: "PrinterError:cover open"
  457. *Status: "PrinterError:paper entry misfeed"
  458. *Status: "PrinterError:Ink/Toner end"
  459. *Status: "PrinterError:PRINT OVERRUN"
  460. *Status: "PrinterError:INSERT CART"
  461. *Status: "PrinterError:ILLEGAL CART"
  462. *Status: "PrinterError:REMOVE CART"
  463.  
  464. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  465. *Source: "Serial"
  466. *Source: "Parallel"
  467. *Source: "AppleTalk"
  468. *Source: "Other I/O"
  469.  
  470. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  471. *%   (Printer Errors are reported via the LCD display on the printer.)
  472. *PrinterError: "off line"
  473. *PrinterError: "out of paper"
  474. *PrinterError: "cover open"
  475. *PrinterError: "paper entry misfeed"
  476. *PrinterError: "Ink/Toner end"
  477. *PrinterError: "PRINT OVERRUN"
  478. *PrinterError: "INSERT CART"
  479. *PrinterError: "ILLEGAL CART"
  480. *PrinterError: "REMOVE CART"
  481.  
  482.  
  483. *% Color Separation Information =====================
  484.  
  485. *%*DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  486. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  487.  
  488. *InkName: ProcessBlack/Process Black
  489. *InkName: CustomColor/Custom Color
  490. *InkName: ProcessCyan/Process Cyan
  491. *InkName: ProcessMagenta/Process Magenta
  492. *InkName: ProcessYellow/Process Yellow
  493.  
  494. *%  For 60 lpi / 300 dpi  ===============================
  495. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  496. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  497. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  498. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  499. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  500. *%
  501. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  502. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  503. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  504. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  505. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  506.  
  507. *%  For 53 lpi / 300 dpi  ===============================
  508. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  509. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  510. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "21.801"
  511. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "68.1985"
  512. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  513. *%
  514. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  515. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  516. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "55.7086"
  517. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "55.708"
  518. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  519.  
  520. *%  For 85 lpi / 600 dpi  ===============================
  521. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45"
  522. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45"
  523. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15"
  524. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75"
  525. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0"
  526. *%
  527. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
  528. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
  529. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85"
  530. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85"
  531. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
  532.  
  533. *%  For 71 lpi / 600 dpi  ===============================
  534. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45"
  535. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45"
  536. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "15"
  537. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "75"
  538. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0"
  539. *%
  540. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  541. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  542. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  543. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  544. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "75"
  545.  
  546. *% end of PPD file for EPSON EPL-9000 EpsonScript.
  547.